
body{
	min-width: 1200px;
}
.top-box {
  height: 40px;
  background-color: #eeeeee;
}
.top-box .top-l {
  float: left;
  line-height: 40px;
}
.top-box .top-r {
  float: right;
}
.top-box .top-r .hot-tel {
  float: left;
  line-height: 40px;
}
.top-box .top-r .hot-tel img {
  vertical-align: middle;
  margin-bottom: 5px;
}
.top-box .top-r .hot-tel span {
  font-size: 18px;
  color: #26a19f;
}
.top-box .top-r .hot-tel span:nth-of-type(1) {
  font-size: 14px;
}
.top-box .top-r .sea-ipt {
  float: left;
  width: 170px;
  height: 30px;
  position: relative;
  margin-left: 15px;
  display:none;
}
.top-box .top-r .sea-ipt input[type=text] {
  width: 160px;
  height: 30px;
  background-color: white;
  border: none;
  padding-left: 8px;
  margin-top: 5px;
}
.top-box .top-r .sea-ipt input[type=text]::-webkit-input-placeholder {
  color: #999999;
}
.top-box .top-r .sea-ipt input[type=button] {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  background-image: url(../images/sea-icon.jpg);
  position: absolute;
  right: 20px;
  top: 13px;
  cursor: pointer;
}
.nav-box {
  /*background-image: url("../images/nav-box-bg.jpg");*/
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position:relative;
}
.nav-box .bg-left{
	display: block;
    width: 42%;
    height:100px;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #fff;
}
.nav-box .container{
	z-index: 9;
    position: relative;
}
.nav-box .nav-bg{
	width: 58%;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
	background-color:#26a19f;
}
.nav-box .nav-bg:before{
	content:'';
	display:block;
	width:90px;
	height:100px;
	position:absolute;
	left:-90px;
	top:0;
	z-index:9;
	background:url("../images/nav_cur.png") center no-repeat;
}
.nav-box .logo {
  float: left;
  margin-top: 30px;
}
.nav-box .nav {
  float: right;
  height: 98px;
}
.nav-box .nav .nav-ul {
  margin-top: 30px;
}
.nav-box .nav .nav-li {
  float: left;
  height: 40px;
}
.nav-box .nav .nav-li .li-a {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 18px;
}
.nav-box .nav .nav-li.current .li-a {
  background-color: #ff9900;
}
.nav-box .nav .nav-li:hover .li-a {
  background-color: #ff9900;
}
.nav-box .nav .nav-li:hover .nav-ol {
  top: 0px;
  visibility: initial;
}
.nav-box .nav .nav-ol {
  background-color: #348e8c;
  position: relative;
  top: 20px;
  transition: all 0.1s ease;
  visibility: hidden;
  z-index: 99;
}
.nav-box .nav .nav-ol li {
  position: relative;
}
.nav-box .nav .nav-ol li:first-child::before {
  content: "";
  border-bottom: 5px solid #348e8c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -5px;
  left: 10px;
}
.nav-box .nav .nav-ol li:hover {
  background-color: #e49d31;
}
.nav-box .nav .nav-ol li:hover:first-child::before {
  border-color: #e49d31;
}
.nav-box .nav .nav-ol a {
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 18px;
}
.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-box img {
  width: 100%;
}
.banner-box .banner-ul {
  position: relative;
}
.banner-box .banner-img {
  overflow: hidden;
}
.banner-box .banner-ul {
  overflow: hidden;
  width: 10000%;
  position: relative;
}
.banner-box .banner-ul li {
  float: left;
  width: 1%;
}
.banner-box .banner-ul a {
  display: block;
}
.banner-box .banner-ul a img {
  width: 100%;
  display: block;
}
.banner-box .banner-clk {
  position: absolute;
  bottom: 15px;
  overflow: hidden;
  left: 50%;
  margin-left: -53px;
  height: 40px;
  border-radius: 35px;
}
.banner-box .banner-clk span {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  background-color: white;
  margin-top: 13px;
  background-color: #26a19f;
}
.banner-box .banner-clk span:first-child {
  margin-left: 15px;
}
.banner-box .banner-clk span.current {
  background-color: #ff9900;
}
.banner-box .arrow p {
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
}
.banner-box .arrow .left {
  left: 100px;
}
.banner-box .arrow .right {
  right: 100px;
}
.nav-a {
  text-align: justify;
  text-align-last: justify;
  background-color: #f5f5f5;
}
.nav-a a {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  text-align-last: left;
  width: 266px;
  height: 160px;
  padding-left: 20px;
  background-size: cover;
  background-color: white;
}
.nav-a a:hover {
  box-shadow: 0 0 20px #cecece;
}
.nav-a a .title {
  font-size: 30px;
  color: #26a19f;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}
.nav-a a .word {
  font-size: 18px;
  color: #999999;
  height: 24px;
  overflow: hidden;
  width: 286px;
}
.nav-a a .line {
  width: 30px;
  height: 3px;
  background-color: #ff9900;
  margin-top: 20px;
}
.nav-a .a-1 {
  background-image: url("../images/nav-a-1-b.png");
}
.nav-a .a-1:hover {
  background-image: url("../images/nav-a-1-o.png");
}
.nav-a .a-2 {
  background-image: url("../images/nav-a-2-b.png");
}
.nav-a .a-2:hover {
  background-image: url("../images/nav-a-2-o.png");
}
.nav-a .a-3 {
  background-image: url("../images/nav-a-3-b.png");
}
.nav-a .a-3:hover {
  background-image: url("../images/nav-a-3-o.png");
}
.nav-a .a-4 {
  background-image: url("../images/nav-a-4-b.png");
}
.nav-a .a-4:hover {
  background-image: url("../images/nav-a-4-o.png");
}
.pro-box {
  background-color: white;
}
.index-title {
  height: 120px;
}
.index-title .title-p {
  margin-top: 40px;
  float: left;
  position: relative;
  padding-left: 16px;
  height: 40px;
}
.index-title .title-p::before {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #ff9900;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index-title .eng {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  text-transform: uppercase;
}
.index-title .cha {
  font-size: 24px;
  color: #26a19f;
  font-weight: bold;
}
.index-title a {
  float: right;
  font-size: 12px;
  font-family: "Arial";
  color: #999999;
  width: 60px;
  height: 20px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 20px;
  margin-top: 50px;
}
.carousel-box {
  position: relative;
}
.carousel-box .img {
  overflow: hidden;
  height: 260px;
}
.carousel-box ul {
  width: 1000%;
  margin-top: 5px;
  position: relative;
}
.carousel-box ul li {
  float: left;
  margin-right: 17px;
  box-shadow: 0 0 4px #d8d8d8;
  border: 1px solid #e8e8e8;
}
.carousel-box ul li img {
  width: 285px;
  height: 250px;
  display: block;
}
.carousel-box ul li:hover {
  border: 1px solid #26a19f;
}
.carousel-box .arrow a {
  position: absolute;
  top: 26%;
  font-size: 30px;
  color: #26a19f;
}
.carousel-box .arrow .next {
  right: -30px;
}
.carousel-box .arrow .prev {
  left: -30px;
}
.carousel-box .info {
  height: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.carousel-box .info .info-list {
  height: 120px;
  border: 1px solid #26a19f;
  display: none;
}
.carousel-box .info .info-list:first-child {
  display: block;
}
.carousel-box .info .title {
  font-size: 18px;
  font-weight: bold;
  color: #26a19f;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.carousel-box .info .word {
  font-size: 16px;
  color: #666666;
  height: 47px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.example-box {
  background-image: url("../images/example-bg.jpg");
  height: 715px;
  background-size: cover;
}
.example-box .index-title .eng,
.example-box .index-title .cha {
  color: white;
}
.example-box .example-one {
  overflow: hidden;
}
.example-box .example-one .img {
  float: left;
}
.example-box .example-one .img img {
  width: 700px;
  height: 380px;
  display: block;
}
.example-box .example-one .info {
  float: left;
  width: 500px;
  height: 380px;
  background-color: #f5f5f5;
}
.example-box .example-one .info .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 28px;
  padding-bottom: 14px;
  display: block;
  margin-left: 20px;
  border-bottom: 1px solid #cccccc;
}
.example-box .example-one .info .word {
  font-size: 16px;
  color: #666666;
  text-indent: 32px;
  margin-left: 20px;
  line-height: 33px;
  display: block;
  margin: 20px;
  height: 225px;
  overflow: hidden;
}
.example-box .example-one .info a {
  width: 60px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #999999;
  border: 1px solid #999999;
  margin-left: 20px;
  margin-top: 30px;
}
.example-box .example-two {
  overflow: hidden;
  margin-top: 20px;
}
.example-box .example-two ul {
  overflow: hidden;
  /*width: 110%;*/
}
.example-box .example-two ul li {
  float: left;
  /*margin-right: 20px;*/
  width: 285px;
  height: 155px;
}
.example-box .example-two ul li a {
  display: block;
  position: relative;
}
.example-box .example-two ul li a:hover span {
  display: block;
}
.example-box .example-two ul li img {
  width: 285px;
  height: 155px;
  display: block;
}
.example-box .example-two ul li span {
  width: 285px;
  height: 155px;
  background-image: url("../images/example-bg-1.jpg");
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 155px;
}
.news-box {
  background-image: url("../images/news-bg.jpg");
  background-size: cover;
  height: 625px;
}
.news-box .news-one {
  float: left;
  width: 590px;
  height: 405px;
  background-color: #f5f5f5;
}
.news-box .news-one .img img {
  width: 590px;
  height: 255px;
  object-fit: cover;
}
.news-box .news-one:hover .title {
  color: #26a19f;
}
.news-box .news-one:hover a span {
  color: #26a19f;
}
.news-box .news-one:hover a img {
  display: none;
}
.news-box .news-one:hover a .s-img {
  background-image: url("../images/trangle-o.jpg");
}
.news-box .news-one .info .word {
  height: 48px;
}
.news-box .news-two {
  width: 590px;
  float: right;
}
.news-box .news-two .info {
  background-color: #f5f5f5;
}
.news-box .news-two .info:hover .title {
  color: #26a19f;
}
.news-box .news-two .info:hover a span {
  color: #26a19f;
}
.news-box .news-two .info:hover a img {
  display: none;
}
.news-box .news-two .info:hover a .s-img {
  background-image: url("../images/trangle-o.jpg");
}
.news-box .news-two .info {
  float: left;
  width: 285px;
  height: 205px;
}
.news-box .news-two .t-info .word {
  height: 75px;
}
.news-box .news-two .info .time {
  margin-top: 16px;
}
.news-box .news-two .info:nth-of-type(2) {
  margin-right: 20px;
}
.news-box .news-two .t-info {
  height: 180px;
  margin-bottom: 20px;
  width: 590px;
}
.news-box .news-two .t-info .time {
  margin-top: 5px;
}
.news-box .info {
  overflow: hidden;
}
.news-box .info .title {
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
  display: block;
  margin-left: 20px;
}
.news-box .info .word {
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  height: 72px;
  overflow: hidden;
}
.news-box .time {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  margin-top: 5px;
}
.news-box .time span,
.news-box .time a {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
.news-box .time span {
  float: left;
}
.news-box .time a {
  float: right;
  display: block;
  width: 55px;
}
.news-box .time a img {
  display: block;
}
.news-box .time a span {
  float: left;
  display: block;
}
.news-box .time a .s-img {
  width: 6px;
  height: 11px;
  display: block;
  float: left;
  margin-left: 5px;
  margin-top: 7px;
}
.contact-box {
  height: 460px;
  overflow: hidden;
}
.contact-box .contact-left {
  float: left;
  width: 660px;
}
.contact-box .contact-left .title {
  font-size: 24px;
  font-weight: bold;
  color: #26a19f;
  margin-top: 40px;
  margin-bottom: 18px;
}
.contact-box .contact-left .tel {
  font-size: 30px;
  font-weight: bold;
  color: #ff9900;
  margin-bottom: 35px;
}
.contact-box .contact-left .email {
  margin-bottom: 20px;
}
.contact-box .contact-left .email span {
  font-size: 18px;
  color: #666;
  font-family: "Arial";
  line-height: 22px;
}
.contact-box .contact-left .email img {
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 18px;
}
.contact-box .contact-left .address span {
  font-size: 18px;
  color: #666;
  line-height: 22px;
}
.contact-box .contact-left .address img {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 18px;
}
.contact-box .contact-left ul {
  margin-top: 80px;
  overflow: hidden;
  text-align: justify;
  text-align-last: justify;
}
.contact-box .contact-left ul li {
  text-align: center;
  text-align-last: center;
  display: inline-block;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.contact-box .contact-left ul li a {
  display: block;
}
.contact-box .contact-left ul li a span:first-child {
  width: 60px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-box .contact-left ul li img {
  display: block;
  margin: 0 auto;
}
.contact-box .contact-left ul li span {
  font-size: 18px;
  color: #999999;
}
.contact-box .contact-left ul li:hover {
  background-color: #26a19f;
  border-color: #26a19f;
}
.contact-box .contact-left ul li:hover span {
  color: white;
}
.contact-box .contact-left ul .li-1:hover img {
  display: none;
}
.contact-box .contact-left ul .li-1:hover a span:first-child {
  background-image: url("../images/company-icon-o.png");
}
.contact-box .contact-left ul .li-2:hover img {
  display: none;
}
.contact-box .contact-left ul .li-2:hover a span:first-child {
  background-image: url("../images/service-icon-o.png");
}
.contact-box .contact-left ul .li-3:hover img {
  display: none;
}
.contact-box .contact-left ul .li-3:hover a span:first-child {
  background-image: url("../images/online-icon-o.png");
}
.contact-box .contact-left ul .li-4:hover img {
  display: none;
}
.contact-box .contact-left ul .li-4:hover a span:first-child {
  background-image: url("../images/address-icon-1-o.png");
}
.contact-box .contact-right {
  margin-top: 82px;
  width: 500px;
  height: 340px;
  float: right;
}
.advert-box {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 0;
  display:none
}
.advert-box .container {
  position: relative;
}
.advert-box ul {
  overflow: hidden;
  width: 1000%;
  position: relative;
}
.advert-box ul li {
  float: left;
  margin-right: 20px;
}
.advert-box ul li img {
  width: 224px;
  height: 100px;
  display: block;
}
.advert-box .img {
  overflow: hidden;
}
.advert-box .arrow a {
  position: absolute;
  top: 40%;
  font-size: 30px;
  color: #999;
  font-family: "å®‹ä½“";
}
.advert-box .arrow .next {
  right: -30px;
}
.advert-box .arrow .prev {
  left: -30px;
}
.footer-box {
  background-color: #333333;
  height: 60px;
}
.footer-box .container {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-box .footer-left {
  overflow: hidden;
  width: 800px;
  float: left;
  margin-top: 40px;
}
.footer-box .footer-left dl {
  float: left;
  width: 100px;
  margin-right: 40px;
  color: #ffffff;
  font-size: 18px;
}
.footer-box .footer-left dl dt {
  margin-bottom: 45px;
}
.footer-box .footer-left dl dd a {
  color: #999999;
  font-size: 14px;
}
.footer-box .footer-right {
  margin-top: 40px;
  float: right;
  width: 400px;
}
.footer-box .footer-right p {
  margin-left: 45px;
  float: left;
}
.footer-box .footer-right p img {
  display: block;
}
.footer-box .footer-right p span {
  font-size: 16px;
  color: #ffffff;
  margin-top: 18px;
  text-align: center;
  display: block;
}
.footer-box .line {
  border-bottom: 1px solid #999999;
  width: 100%;
  height: 1px;
  float: left;
  margin-top: 35px;
}
.footer-box .footer-info {
  width: 100%;
}
.footer-box .copy-right {
  font-size: 16px;
  color: #999999;
  line-height: 60px;
  text-align: center;
}
.footer-box .link {
  float: right;
}
.footer-info .wechat{float: right;}
.footer-info .wechat img{
	display: block;
}
.footer-info .wechat span{
	font-size: 16px;
	color:#999999;
	text-align: center;
	display: block;
}
.footer-box .link a {
  float: left;
  font-size: 16px;
  color: #999999;
}
.footer-box .link span {
  float: left;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #999;
  margin-top: 5px;
}
.right-box {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 999;
  margin-top: -130px;
}
.right-box li {
  background-color: #26a19f;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-top: 1px solid transparent;
  border-radius: 50%;
}
.right-box li img {
  display: block;
  margin: 0 auto;
  margin-top: 13px;
  max-width: 100%;
}
.right-box li:hover {
  background-color: #ff9900;
}
.right-box li:hover .tel-num {
  right: 50px;
}
.right-box li:hover .wechat {
  right: 50px;
}
.right-box li .tel-num {
  position: absolute;
  z-index: 999;
  right: -200px;
  top: 0;
  width: 160px;
  text-align: center;
  color: white;
  z-index: 10020;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #26a19f;
  transition: all 0.5s ease;
}
.right-box li .wechat {
  position: absolute;
  z-index: 999;
  right: -202px;
  top: -57px;
  width: 150px;
  height: 150px;
  text-align: center;
  color: white;
  z-index: 10020;
  line-height: 150px;
  font-size: 18px;
  background-color: #26a19f;
  transition: all 0.5s ease;
}
.right-box li .wechat img {
   display:inline-block;
  vertical-align:middle;
  margin:0;
}
.right-box .goto-top {
  width: 50px;
  height: 50px;
  background-color: #26a19f;
  margin-top: 3px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}
.right-box .goto-top img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.right-box .goto-top:hover {
  background-color: #ff9900;
}
.inside-box {
  margin-top: 40px;
  overflow: hidden;
}
.inside-box .inside-l {
  float: left;
  width: 286px;
  margin-bottom: 50px;
}
.inside-box .inside-l .title {
  width: 286px;
  height: 60px;
  background-color: #26a19f;
  border-radius: 8px;
  line-height: 60px;
  overflow: hidden;
}
.inside-box .inside-l .title .cha {
  font-size: 24px;
  color: white;
  margin-left: 22px;
}
.inside-box .inside-l .title .eng {
  font-size: 18px;
  color: #ccffff;
  text-transform: uppercase;
}
.inside-box .inside-l .title span {
  float: left;
  display: block;
}
.inside-box .inside-l .title .line {
  width: 1px;
  height: 20px;
  background-color: white;
  display: block;
  margin-top: 20px;
  margin-left: 16px;
  margin-right: 16px;
}
.inside-box .inside-l .two-nav-ul li {
  overflow: hidden;
}
.inside-box .inside-l .two-nav-ul .li-title {
  width: 264px;
  height: 60px;
  background-color: #e4e4e4;
  display: block;
  line-height: 60px;
  padding-left: 22px;
  font-size: 20px;
  color: #666666;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
}
.inside-box .inside-l .two-nav-ul .li-title::after {
  content: "";
  width: 22px;
  height: 2px;
  display: none;
  background-color: white;
  position: absolute;
  right: 8px;
  top: 32px;
}
.inside-box .inside-l .two-nav-ul .two-nav-ol a {
  font-size: 16px;
  color: #666666;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 22px;
}
.inside-box .inside-l .two-nav-ul .two-nav-ol a:hover {
  color: #ff9900;
}
.inside-box .inside-l .two-nav-ul .two-nav-li.current .li-title::after {
  display: block;
}
.inside-box .inside-l .two-nav-ul .two-nav-li.current .li-title {
  background-color: #ff9900;
  color: white;
}
.inside-box .inside-l .hot-tel {
  background-color: #26a19f;
  border-radius: 8px;
  margin-top: 15px;
  overflow:hidden;
}
.inside-box .inside-l .hot-tel img {
  margin-left: 22px;
}
.inside-box .inside-l .hot-tel .tel {
  margin-top: 20px;
}
.inside-box .inside-l .hot-tel .tel,
.inside-box .inside-l .hot-tel .address,
.inside-box .inside-l .hot-tel .email {
  padding-left: 22px;
  width: 235px;
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}
.inside-box .inside-r {
  width: 895px;
  float: right;
}
.inside-box .inside-r .inside-top {
  overflow: hidden;
}
.inside-box .inside-r .index-title {
  height: 70px;
  float: left;
}
.inside-box .inside-r .index-title .title-p {
  margin-top: 10px;
}
.inside-box .inside-r .pos {
  float: right;
  height: 70px;
  line-height: 70px;
}
.inside-box .inside-r .pos span,
.inside-box .inside-r .pos a {
  font-size: 16px;
  color: #999999;
}
.inside-box .inside-r .pos img {
  vertical-align: middle;
  margin-bottom: 6px;
}
.m-page {
  text-align: center;
  margin: 20px 0 40px 0;
}
.m-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #888888;
  margin-right: 15px;
}
.m-page a .pagearr {
  font-size: 14px;
  color: white;
  display: block;
  width: 90px;
  background-color: #26a19f;
}
.m-page a:hover {
  color: #26a19f;
  border: 1px solid #26a19f;
}
.m-page a:hover .pagearr {
  color: white;
  border: none;
}
.m-page a.z-crt {
  color: #29a25b;
  border: 1px solid #26a19f;
}
.m-page .first,
.m-page .last {
  width: 90px;
  display: inline-block;
  border: 1px solid #26a19f;
}
/********************* æ¡ˆä¾‹åˆ—è¡¨é¡µ**************************/
.inside-box {
  /********************* äº§å“åˆ—è¡¨é¡µ**************************/
  /*****************************  äº§å“è¯¦ç»†é¡µ  ******************************/
  /*****************sub-message ************/
  /***************** sub-content *********************/
  /***************** æœç´¢ *********************/
  /*************************** æ–°é—»åˆ—è¡¨é¡µ *****************************/
  /*****************************  äº§å“è¯¦ç»†é¡µ  ******************************/
}
.inside-box .example-d {
  overflow: hidden;
}
.inside-box .example-d ul {
  overflow: hidden;
  width: 110%;
}
.inside-box .example-d ul li {
  float: left;
  margin-right: 20px;
  width: 285px;
  height: 155px;
  margin-bottom: 20px;
}
.inside-box .example-d ul li a {
  display: block;
  position: relative;
}
.inside-box .example-d ul li a:hover span {
  display: block;
}
.inside-box .example-d ul li img {
  width: 285px;
  height: 155px;
  display: block;
}
.inside-box .example-d ul li span {
  width: 285px;
  height: 155px;
  background-image: url("../images/example-bg-1.jpg");
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 155px;
}
.inside-box .prodouct-d {
  overflow: hidden;
}
.inside-box .prodouct-d ul {
  overflow: hidden;
  width: 110%;
}
.inside-box .prodouct-d ul li {
  float: left;
  margin-right: 20px;
  width: 285px;
  height: 250px;
  margin-bottom: 20px;
  box-shadow: 0 0 6px #cecece;
}
.inside-box .prodouct-d ul li a {
  display: block;
  position: relative;
}
.inside-box .prodouct-d ul li a:hover span {
  display: block;
}
.inside-box .prodouct-d ul li img {
  width: 285px;
  height: 250px;
  display: block;
}
.inside-box .prodouct-d ul li span {
  width: 285px;
  height: 250px;
  background-image: url("../images/product-bg.jpg");
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 242px;
}
.inside-box .product-detail {
  line-height: 24px;
}
.inside-box .product-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}
.inside-box .product-detail h1 p {
  display: inline-block;
}
.inside-box .product-detail .detail-time {
  position: relative;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
}
.inside-box #bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.inside-box .product-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.inside-box .product-detail .detail-share {
  padding: 5px 0;
  text-align: right;
}
.inside-box .product-detail .detail-img {
  text-align: center;
  padding: 10px 0;
}
.inside-box .product-detail .detail-img img {
  max-width: 100%;
}
.inside-box .product-detail .detail-con {
  text-align: justify;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  color: #333;
}
.inside-box .product-detail .detail-page {
  padding: 10px;
}
.inside-box .product-detail .detail-page .page-text {
  width: 48%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-box .detail-page .right {
  text-align: right;
  float: right;
}
.inside-box .detail-page .left {
  text-align: left;
  float: left;
}
.inside-box .product-detail .detail-page .page-text a {
  color: #666;
}
.inside-box .product-detail .detail-page .page-text a:hover {
  color: #26a19f;
}
.inside-box .sub-message {
  padding: 50px 30px;
  color: #333;
  font-family: "microsoft yahei";
  margin-top: 20px;
}
.inside-box .sub-message .m-textimg {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #26a19f;
}
.inside-box .sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.inside-box .sub-message i {
  font-style: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  color: #F00;
}
.inside-box .sub-message .m-tage {
  padding: 5px 0;
  color: #26a19f;
}
.inside-box .sub-message .m-form {
  padding: 10px;
  margin-bottom: 10px;
}
.inside-box .sub-message table {
  width: 100%;
}
.inside-box .sub-message .m-form table td {
  padding: 7px 0;
}
.inside-box .sub-message label {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -1px;
}
.inside-box .sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: middle;
}
.inside-box .sub-message .m-form .td-textarea {
  vertical-align: middle;
  width: 60%;
}
.inside-box .sub-message .m-form .td-textarea label {
  float: left;
}
.inside-box .sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
}
.inside-box .sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.inside-box .sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}
.inside-box .sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  border: none;
  font-family: "microsoft yahei";
  cursor: pointer;
  font-size: 14px;
}
.inside-box .sub-message .m-submit .btn:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.inside-box .sub-message .m-submit input {
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  margin: 0;
  width: 80px;
  cursor: auto;
  padding-left: 5px;
}
.inside-box .sub-message .m-submit input,
.inside-box .sub-message .m-form table input,
.inside-box .sub-message .m-form .td-textarea textarea {
  border: 1px solid #E1E1E1;
  background: #FFF;
}
.inside-box .sub-message .m-form {
  border: 1px solid #e0e0e0;
  background: white;
}
.inside-box .sub-message .m-submit .btn {
  color: #fff;
  background: #26a19f;
}
.inside-box .single-page .sub-content {
  padding: 0 10px 20px 10px;
  text-align: justify;
  line-height: 24px;
}
.inside-box .single-page .sub-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.inside-box .single-page .sub-content h1 {
  color: #26a19f;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.inside-box .single-page .sub-content h1 p {
  text-align: center;
  font-size: 12px;
}
.inside-box .single-page .sub-content p {
  font-size: 14px;
  color: #666;
}
.inside-box .single-page .sub-content #platform img {
  max-width: none;
  _width: none;
}
.inside-box .single-page .detail-img {
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.inside-box .single-page .detail-img .debtn-prev,
.inside-box .single-page .detail-img .debtn-next {
  position: absolute;
  top: 50%;
  margin-top: -44px;
  display: block;
  _display: none;
  width: 54px;
  height: 87px;
  background: url(../images/pic-debtn.gif) no-repeat;
  z-index: 11;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
.inside-box .single-page .detail-img .debtn-prev:hover,
.inside-box .single-page .detail-img .debtn-next:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.inside-box .single-page .detail-img .debtn-prev {
  left: 0;
  background-position: left 0;
}
.inside-box .single-page .detail-img .debtn-next {
  right: 0;
  background-position: right 0;
}
.inside-box .search-d {
  /***************** sub-news-ptext *********************/
}
.inside-box .search-d .sub-box {
  position: relative;
  z-index: 1;
}
.inside-box .search-d .sub-box .left-column {
  width: 222px;
}
.inside-box .search-d .sub-box .right-column {
  width: 768px;
}
.inside-box .search-d .search-no .bd {
  border-bottom: 1px solid #26a19f;
  padding: 60px 0 60px 0;
}
.inside-box .search-d .search-no .inputs {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.inside-box .search-d .search-no .inputs input.text {
  float: left;
  width: 331px;
  border: 1px solid #000;
  height: 15px;
  border-right: 0;
  background: #FFF;
  padding: 5px 3px;
}
.inside-box .search-d .search-no .inputs input.btn {
  float: left;
  width: 60px;
  border: 0;
  background: #000;
  height: 27px;
  border: 1px solid #000;
  padding: 5px 0;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}
.inside-box .search-d .search-no .pt {
  background: url(../images/search-no.png) 250px center no-repeat;
  height: 240px;
  background-position: 75px;
  padding: 100px 0 0 250px;
}
.inside-box .search-d .search-no .pt h3 {
  font-size: 18px;
  color: #26a19f;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.inside-box .search-d .search-no .pt h3 span {
  color: #cc0000;
}
.inside-box .search-d .search-no .pt p {
  color: #26a19f;
  text-align: center;
}
.inside-box .search-d .m-page {
  margin-top: 40px;
}
.inside-box .search-d .sub-news-ptext li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1;
  cursor: pointer;
}
.inside-box .search-d .sub-news-ptext li a:hover {
  color: #26a19f;
}
.inside-box .search-d .sub-news-ptext li:hover .u-con h4 a {
  color: #26a19f;
}
.inside-box .search-d .sub-news-ptext li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.inside-box .search-d .sub-news-ptext li .u-img {
  float: left;
  display: block;
  width: 175px;
  height: 125px;
  overflow: hidden;
  margin-right: 15px;
}
.inside-box .search-d .sub-news-ptext li img {
  width: 175px;
  height: 125px;
}
.inside-box .search-d .sub-news-ptext li.hover,
.inside-box .search-d .sub-news-imgtext li:hover {
  background: #718556;
}
.inside-box .search-d .sub-news-ptext li h4 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}
.inside-box .search-d .sub-news-ptext li p {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
}
.inside-box .search-d .sub-news-ptext li p a {
  color: #877f44;
}
.inside-box .search-d .sub-news-ptext .u-con {
  padding-left: 190px;
}
.inside-box .search-d .sub-news-ptext .u-time span {
  float: left;
  color: #666;
}
.inside-box .search-d .sub-news-ptext .u-time a {
  float: right;
  color: #666;
}
.inside-box .news-d .sub-news-ptext li {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1;
  cursor: pointer;
}
.inside-box .news-d .sub-news-ptext li a:hover {
  color: #26a19f;
}
.inside-box .news-d .sub-news-ptext li:hover .u-con h4 a {
  color: #26a19f;
}
.inside-box .news-d .sub-news-ptext li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.inside-box .news-d .sub-news-ptext li .u-img {
  float: left;
  display: block;
  width: 175px;
  height: 125px;
  overflow: hidden;
  margin-right: 15px;
}
.inside-box .news-d .sub-news-ptext li img {
  width: 175px;
  height: 125px;
}
.inside-box .news-d .sub-news-ptext li.hover,
.inside-box .news-d .sub-news-imgtext li:hover {
  background: #718556;
}
.inside-box .news-d .sub-news-ptext li h4 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}
.inside-box .news-d .sub-news-ptext li p {
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
}
.inside-box .news-d .sub-news-ptext li p a {
  color: #877f44;
}
.inside-box .news-d .sub-news-ptext .u-con {
  padding-left: 190px;
}
.inside-box .news-d .sub-news-ptext .u-time span {
  float: left;
  color: #666;
}
.inside-box .news-d .sub-news-ptext .u-time a {
  float: right;
  color: #666;
}
.inside-box .news-d .m-page {
  margin-top: 40px;
}
.inside-box .news-detail {
  line-height: 24px;
}
.inside-box .news-detail h1 {
  padding: 10px 0;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 'microsoft yahei';
}
.inside-box .news-detail h1 p {
  display: inline-block;
}
.inside-box .news-detail .detail-time {
  position: relative;
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 5px 0;
}
.inside-box #bdshare {
  position: absolute;
  right: 10px;
  top: 3px;
  line-height: 16px;
}
.inside-box .news-detail .detail-user {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.inside-box .news-detail .detail-share {
  padding: 5px 0;
  text-align: right;
}
.inside-box .news-detail .detail-img {
  text-align: center;
  padding: 10px 0;
}
.inside-box .news-detail .detail-img img {
  max-width: 100%;
  display: none;
}
.inside-box .news-detail .detail-con {
  text-align: justify;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  color: #333;
}
.inside-box .news-detail .detail-page {
  padding: 10px;
}
.inside-box .news-detail .detail-page .page-text {
  width: 48%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-box .detail-page .right {
  text-align: right;
  float: right;
}
.inside-box .detail-page .left {
  text-align: left;
  float: left;
}
.inside-box .news-detail .detail-page .page-text a {
  color: #666;
}
.inside-box .news-detail .detail-page .page-text a:hover {
  color: #26a19f;
}
